Build with numpy 1.x
authorAntonio Valentino <antonio.valentino@tiscali.it>
Sun, 18 Aug 2024 09:59:35 +0000 (09:59 +0000)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Sat, 28 Feb 2026 18:08:45 +0000 (18:08 +0000)
Forwarded: not-needed

Gbp-Pq: Name 0006-Build-with-numpy-1.x.patch

pyproject.toml

index c9a56af16705facc3fb4eb336d33e99eb8befeae..f9c58a313398918613c6077cef52bb5521ebf813 100644 (file)
@@ -9,7 +9,7 @@ requires = [
     # Please refer to https://github.com/PyTables/PyTables/issues/1200
     # If you change this to build with `numpy` 1, please update `numpy` in `dependencies` as well
     # "numpy >= 1.20.0,<2",
-    "numpy >= 2",
+    "numpy",
     "packaging",
     "py-cpuinfo",
     "Cython >= 3.1",